a {
	color: inherit
}
a:hover {
	color: #bc0303
}
.main {
	width: 1230px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px
}
body {
	background: #f0f0f0 url(../img/body_bg.png) no-repeat center top
}
.page_head {
	background: rgba(255,255,255,0.7);
	color: #000000;
	font-size: 14px;
	line-height: 32px;
	height: 32px
}
.page_head .welcome {
	float: left
}
.page_head .t_link {
	float: right
}
.page_head .t_link a:hover {
	opacity: 0.8;
	color: #940101;
}
.logo_con {
	padding-bottom: 80px
}
.logo_con .logo {
	display: block;
	float: left;
	margin-top: 65px;
	margin-left: 20px
}
.logo_con .search {
	float: right;
	width: 319px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #b2b1b1;
	background: #fff;
	position: relative;
	margin-top: 107px;
	overflow: hidden
}
.logo_con .search .keywords {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	font-size: 14px;
	padding-left: 22px;
	padding-right: 60px
}
.logo_con .search .submit {
	display: block;
	position: absolute;
	width: 60px;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	background: url(../img/search.png) no-repeat center;
	cursor: pointer;
	text-indent: -999px
}
.tout {
	background:#999999;
	font-size:36px;
	color:#136cc6;
	font-weight:bold;
	height:86px;
	line-height:86px;
	background:#f5f5f5 url(../img/tout.png) 0 0 no-repeat;
	text-indent:150px;
	margin-top:20px;
	margin-right:40px;
	width: 100%; 
	white-space: nowrap;
}
.blue40 { font-size:36px;color:#136cc6;font-weight:bold;}
.black40 { font-size:40px;color:#000;font-weight:bold;}
.main::after {
	content: "";
	display: block;
	clear: both
}
.nav_btn {
	display: none
}
.header_out {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999
}
.header_out::before {
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	height: 100%;
	background: #bc0303;
	position: absolute;
	transition: all 0.45s;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}
.header_out.on {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999
}
.header_out.on::before {
	width: 100%
}
.head {
	height: 50px
}
.head .nav {
	float: right;
	width: 100%;
	background: #bc0303
}
.head .nav li {
	float: left;
	position: relative;
	width: 11.111%;
	text-align: center
}
.head .nav li>a {
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	display: block;
	transition: all 0.3s;
	position: relative
}
.head .nav li.has_sub>a span {
	display: inline-block;
	position: relative
}
.head .nav li.has_sub>a span::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 4px 3.5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	right: -12px;
	top: 50%;
	margin-top: -1px
}
.head .nav li .sub {
	position: absolute;
	min-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	opacity: 0;
	top: 110%;
	text-align: center;
	background: #fff;
	transition: all 0.3s;
	white-space: nowrap;
	text-align: center
}
.head .nav li .sub a {
	overflow: hidden;
	text-overflow: ellipsis;
	background: #bc0303;
	white-space: nowrap;
	display: block;
	line-height: 38px;
	font-size: 14px;
	color: #ffffff;
	transition: all 0.3s;
	border-top: 1px solid #e50f0f;
	border-bottom: 1px solid #940202
}
.head .nav li .sub a:first-child {
	border-top: none
}
.head .nav li .sub a:last-child {
	border-bottom: none
}
.head .nav li .sub a:hover {
	background: #940101
}
@keyframes moveup {
from {
top:110%
}
to {
	opacity: 1;
	top: 100%
}
}
.index_container {
	padding: 20px 10px 20px;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px
}
.index_container li {
	padding: 0 10px
}
.img_news .swiper-slide a {
	display: block;
	height: 413px;
	position: relative
}
.img_news .swiper-slide a p {
	background: rgba(0,0,0,0.7);
	color: #fff;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 44px;
	font-size: 14px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.img_news .swiper-slide a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover"
}
.img_news .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 7px;
	height: 7px;
	margin: 0 3px !important;
	vertical-align: middle;
	transition: all 0.45s
}
.img_news .swiper-pagination {
	font-size: 0;
	width: auto;
	left: auto;
	right: 20px;
	bottom: 16px
}
.img_news .swiper-pagination-bullet-active {
	width: 11px;
	height: 11px;
	background: #ff6600
}
.news_tab_a {
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	line-height: 36px
}
.news_tab_a .tab_in {
	float: left
}
.news_tab_a .tab_in a {
	display: block;
	float: left;
	font-size: 18px;
	color: #000000;
	margin-right: 30px;
	border-bottom: 2px solid transparent;
}
.news_tab_a .tab_in a:last-child {
	margin-right: 0
}
.news_tab_a .tab_in a.on {
	border-color: #bc0303;
	color: #bc0303
}
.news_tab_a .more {
	display: block;
	float: right;
	font-size: 12px
}
.news_dl {
	padding-top: 10px
}
.news_dl dt {
	border-bottom: 1px solid #d4d3d3;
	padding-bottom: 7px;
	margin-bottom: 4px
}
.news_dl dt .tt {
	font-size: 18px;
	line-height: 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #bc0303;
	margin-bottom: 4px
}
.news_dl dt .tt:hover a {
	color:#940101;
}
.news_dl dt .des {
	font-size: 12px;
	line-height: 22px;
	color: #999999;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}
.news_dl dt .des a {
	color: #bc0303
}
.news_dl.data_ta dd {
	padding-right: 58px
}
.news_dl.data_tc dd {
	padding-right: 92px
}
.news_dl dd {
	position: relative;
	overflow: hidden;
	border-bottom: 1px dotted #cdcccc;
	line-height: 36px
}
.news_dl dd span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #999999
}
.news_dl dd a {
	float: left;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	position: relative;
	font-size: 14px;
	padding-left: 18px
}
.news_dl dd a::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #bc0303;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -2.5px
}


.zhenjie_box {
	margin-top:30px;
}
.daibiao_box .tit {
	background: #edebeb;
	color: #333333;
	line-height: 75px;
	font-size: 30px;
	font-weight:bold;
	padding: 0 15px;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
.pdf-list ul { padding-bottom: 20px; display:block;}
.pdf-list li {
    border: 1px solid #e6e6e6;
    position: relative;
    padding: 10px 20px 10px 20px;
	width:48%;
	float:left;
    margin: 5px 5px 5px 5px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    position: relative !important;
    top: auto !important;}
.pdf-list li .down-text {
    display: block;
    display: -webkit-box;
    height: 35px;
    line-height: 35px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;}
.pdf-list li .down-btn {
    display: block;
    width: 68px;
    height: 100%;
    background: #f2f2f2 url(../img/details.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;}
.pdf-list li:hover { border-color: #d82019; background-color: #d82019;}
.pdf-list li:hover .down-text a { color:#FFFFFF;}
.pdf-list li:hover .down-btn { background-color: #e31a13; background-image: url(../img/detailsw.png);}



.people_box .tit {
	background: #bc0303;
	color: #fff;
	line-height: 35px;
	font-size: 16px;
	padding: 0 10px
}
.people_box .swiper-container {
	background: #f0f0f0
}
.people_box .swiper-slide {
	padding: 12px 15px 9px
}
.people_box .swiper-slide img {
	display: block;
	margin: 0 auto 5px;
	max-width: 100%;
	width: 110px
}
.people_box .swiper-slide p {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #666666
}
.people_box .swiper-button-next, .people_box .swiper-button-prev {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-top: -30px;
	background-size: 32% auto;
	border: 1px solid #d9d9d9
}
.people_box .swiper-button-next:hover, .people_box .swiper-button-prev:hover {
	background-color: #bc0303
}
.people_box .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d9d9d9'%2F%3E%3C%2Fsvg%3E");
	left: 12px
}
.people_box .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d9d9d9'%2F%3E%3C%2Fsvg%3E");
	right: 12px
}
.img_nav dd {
	margin-top: 10px
}
.img_nav img {
	display: block;
	width: 100%
}
.banner {
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 30px
}
.banner img {
	display: block;
	width: 100%
}
.news_tab_b .tab_in {
	width: 100%
}
.news_tab_b .tab_in::after {
	content: "";
	display: block;
	clear: both
}
.news_tab_b .tab_in a {
	display: block;
	float: left;
	width: 32%;
	text-align: center;
	line-height: 30px;
	margin-right: 2%;
	padding: 0 5px;
	font-size: 14px;
	color: #333;
	background: #d4d4d4
}
.news_tab_b .tab_in a:last-child {
	margin-right: 0
}
.news_tab_b .tab_in a.on {
	background: #bc0303;
	color: #fff;
	position: relative
}
.news_tab_b .tab_in a.on::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #bc0303 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px
}
.news_tab_b.news_tab_c .tab_in a {
	width: 8.2%;
	margin-right: 0.98%
}
.news_tab_b.news_tab_c .tab_in a:last-child {
	margin-right: 0
}
.news_tit_a {
	line-height: 18px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	overflow: hidden
}
.news_tit_a p {
	float: left;
	font-size: 16px;
	color: #e70101;
	padding-left: 10px;
	padding-bottom: 6px;
	position: relative;
	border-bottom: 2px solid #bc0303
}
.news_tit_a p::before {
	content: "";
	display: block;
	position: absolute;
	height: 18px;
	width: 3px;
	background: #bc0303;
	left: 0;
	top: 0
}
.news_tit_a .red_p {
	background: #bc0303;
	color: #fff;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 3px
}
.news_tit_a a {
	display: block;
	float: right;
	font-size: 12px
}
.r_link {
	padding: 0 10px
}
.r_link .item {
	width: 100%;
	display: block;
	line-height: 79px;
	position: relative;
	background: #fff4f3;
	color: #bc0303;
	border: 1px solid #e5c9c6;
	padding-left: 70px;
	margin-bottom: 10px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.r_link .item:last-child {
	margin-bottom: 0
}
.r_link .item:hover {
	border-color: #bc0303
}
.r_link .item img {
	display: block;
	position: absolute;
	left: 21px;
	top: 50%;
	transform: translateY(-50%)
}

.r_link2 {
	padding: 0 10px
}
.r_link2 .item {
	width: 100%;
	display: block;
	line-height: 50px;
	position: relative;
	background: #fff4f3;
	color: #bc0303;
	border: 1px solid #e5c9c6;
	padding-left: 60px;
	margin-bottom: 12px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.r_link2 .item:last-child {
	margin-bottom: 0
}
.r_link2 .item:hover {
	border-color: #bc0303
}
.r_link2 .item img {
	display: block;
	position: absolute;
	left: 21px;
	top: 50%;
	transform: translateY(-50%)
}

.index_daibiao {
	padding: 0 0px
}
.index_daibiao .item {
	width: 49%;
	display: block;
	float:left;
	padding:20px 0;
	position: relative;
	background: #f1f1f1;
	color: #333333;
	text-indent:25px;
	border: 1px solid #cccccc;
	font-size:16px;
	margin-bottom: 20px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.index_daibiao .item:nth-child(2n) {
	float:right;
}

.index_daibiao .item:hover {
	background: #bc0303;
	border: 1px solid #bc0303;
	color:#fff;
}
.index_daibiao .item img {
	display: block;
	position: absolute;
	left: 21px;
	top: 50%;
	transform: translateY(-50%)
}

.index_zhenjie {
	padding: 0 0px
}
.index_zhenjie .item {
	width: 24%;
	display: block;
	float:left;
	padding:20px 0;
	margin:5px;
	position: relative;
	background: #f1f1f1;
	color: #333333;
	text-indent:25px;
	border: 1px solid #cccccc;
	font-size:16px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.index_zhenjie .item:hover {
	background: #bc0303;
	border: 1px solid #bc0303;
	color:#fff;
}
.index_zhenjie .item img {
	display: block;
	position: absolute;
	left: 21px;
	top: 50%;
	transform: translateY(-50%)
}

.news_row {
	margin-bottom: 30px
}
.news_row:last-child {
	margin-bottom: 0
}
.i_last_news .swiper-slide {
	overflow: hidden
}
.i_last_news .news_dl {
	float: left;
	width: 48.5%
}
.i_last_news .news_dl:nth-child(2) {
	float: right
}
.img_th {
	background: #f0f0f0;
	overflow: hidden;
	padding: 10px
}
.img_th .item {
	width: 20%;
	float: left;
	padding: 10px
}
.img_th a {
	display: block;
	position: relative
}
.img_th a:hover img {
	transform: scale(1.04)
}
.img_th a:hover p {
	background: #bc0303
}
.img_th p {
	width: 100%;
	transition: all 0.45s;
	line-height: 2;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.img_th img {
	display: block;
	width: 100%;
	transition: all 0.45s
}
.img_th .imgbox {
	overflow: hidden;
	position: relative;
	z-index: 2
}


.img_tw {
	background: #ffffff;
	overflow: hidden;
	padding: 0px;
	margin-top:30px;
}
.img_tw .item {
	width: 25%;
	float: left;
	padding: 10px
}
.img_tw a {
	display: block;
	position: relative
}
.img_tw a:hover img {
	transform: scale(1.04)
}
.img_tw a:hover p {
	background: #bc0303
}
.img_tw p {
	width: 100%;
	transition: all 0.45s;
	line-height: 2;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.img_tw img {
	display: block;
	width: 100%;
	transition: all 0.45s
}
.img_tw .imgbox {
	overflow: hidden;
	position: relative;
	z-index: 2
}


.img_tp {
	background: #ffffff;
	overflow: hidden;
	padding: 0px;
	margin-top:30px;
}
.img_tp .item {
	width: 20%;
	float: left;
	padding: 10px
}
.img_tp a {
	display: block;
	position: relative
}
.img_tp a:hover img {
	transform: scale(1.04)
}
.img_tp a:hover p {
	background: #bc0303
}
.img_tp p {
	width: 100%;
	transition: all 0.45s;
	line-height: 2;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.img_tp img {
	display: block;
	width: 100%;
	transition: all 0.45s
}
.img_tp .imgbox {
	overflow: hidden;
	position: relative;
	z-index: 2
}


.friendlink {
	background: #f0f0f0;
	border: 1px solid #cccccc;
	padding: 15px 20px;
}
.friendlink .tt {
	float: left;
	padding: 0 18px;
	background: #bc0303;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	position: relative
}
.friendlink .tt::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent transparent #bc0303;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -5px
}
.friendlink select {
	float: left;
	width: 220px;
	margin-left: 78px;
	height: 30px;
	margin-top: 3px;
	background: #fff url(../img/down.png) no-repeat right 8px center;
	border: 1px solid #ccc;
	text-align: center;
	padding-right: 20px;
	font-size: 14px;
	color: #333;
	padding:5px;
}
.paddingbox {
	padding: 0 10px
}
footer {
	background: #bc0303;
	color: #fff;
	font-size: 14px;
	line-height: 24px
}
footer .ba a {
	display:block;
	float:left;
}
footer .ga a {
	background:url(../img/ga.png) no-repeat left center;
	text-indent:25px;
	display:block;
	float:left;
	margin-left:20px;
}
footer .txt {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 150px;
	position: relative
}
footer .txt a:hover {
	color:#FFFF00;
}
footer .txt img {
	display: block;
	position: absolute;
	top: 20px;
	left: 50px
}
footer .f_btn {
	position: absolute;
	top: 62px;
	right: 30px;
	display: block
}
footer .f_btn img {
	display: block
}
.totop {
	display: block;
	cursor: pointer;
	display: none;
	position: fixed;
	z-index: 95;
	bottom: 10%;
	right: 50px
}
.totop img {
	display: block
}
.head_position {
	width: 100%;
	height: 1px
}
.m_txt {
	display: none
}
.list_container {
	margin-bottom: 25px;
	margin-top: 20px;
	padding-bottom: 10px
}
.list_container .li {
	position: relative;
	z-index: 10
}
.list_container .bg {
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	background: #fff
}
.list_container .bg_a {
	width: 18.5%;
	left: 0
}
.list_container .bg_b {
	width: 80%;
	right: 0
}
.list_container .left_nav {
	width: 18.5%;
	float: left
}
.list_container .left_nav .tit {
	line-height: 50px;
	font-size: 18px;
	color: #f2f2f2;
	text-align: center;
	background: #bc0303
}
.list_container .left_nav ul {
	padding: 0px
}
.list_container .left_nav ul a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
	margin-bottom: 0px;
	padding: 0 5px 0 38px;
	border-bottom: 1px solid #e5e4e4;
	background: #ffffff url(../img/icon_b_1.png) no-repeat 17px center;
	font-size: 14px;
	color: #000000;
	transition: all 0.45s
}
.list_container .left_nav ul a:hover, .list_container .left_nav ul a.on {
	background-image: url(../img/icon_b_2.png);
	background-color: #d8d6d6;
}
.list_container .right_con {
	width: 80%;
	float: right;
	padding: 30px
}
.list_container .right_con .web_position {
	margin-bottom: 5px;
	line-height: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	content: ""
}
.list_container .right_con .web_position::after {
	content: "";
	display: block;
	clear: both
}
.list_container .right_con .web_position::before {
	content: "";
	display: block;
	width: 7px;
	height: 5px;
	background: url(../img/line_d.jpg) no-repeat center;
	position: absolute;
	top: 100%;
	left: 38px
}
.list_container .right_con .web_position p {
	float: left;
	font-size: 18px;
	padding-left: 10px;
	border-left: 3px solid #bc0303;
	color: #e70101
}
.list_container .right_con .web_position .in {
	float: right;
	font-size: 12px;
	color: #000
}


.list_container .right_conn {
	width: 100%;
	background:#FFFFFF;
	float: left;
	padding: 30px
}
.list_container .right_conn .web_position {
	margin-bottom: 5px;
	line-height: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	content: ""
}
.list_container .right_conn .web_position::after {
	content: "";
	display: block;
	clear: both
}
.list_container .right_conn .web_position::before {
	content: "";
	display: block;
	width: 7px;
	height: 5px;
	background: url(../img/line_d.jpg) no-repeat center;
	position: absolute;
	top: 100%;
	left: 38px
}
.list_container .right_conn .web_position p {
	float: left;
	font-size: 18px;
	padding-left: 10px;
	border-left: 3px solid #bc0303;
	color: #e70101
}
.list_container .right_conn .web_position .in {
	float: right;
	font-size: 12px;
	color: #000
}

.page {
	padding-top: 14px;
	border-top: 5px solid #e7e6e6;
	margin-top: 30px;
	font-size: 0;
	text-align: right
}
.page span, .page a {
	display: inline-block;
	line-height: 22px;
	font-size: 12px;
	color: #000;
	padding: 0 5px;
	border-width: 1px;
	border-style: solid;
	margin-right: 7px
}
.page a {
	border-color: #cccccc
}
.page a.on, .page a:hover {
	border-color: #ff6600;
	color: #ff6600
}
.page a.on {
	font-weight: bold
}
.page span {
	border-color: transparent
}

/* ·ÖÒ³ÑùÊ½ */
.pages{
	width:100%;
	line-height:30px;
	float:left;
	margin-top:15px;
	padding-bottom:15px;
	text-align:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	}
.pages li{
	display:inline;
	margin:0px 2px;}
.pages li a{
	border:1px solid #CCCCCC;	
	padding:4px 4px;
	color:#333333;
	font-size:12px;
	line-height:30px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}
.pages li a:hover{
	text-decoration:none;
	color:#FF6600;	
	border-color:#FF6600;}
.pages li.thisclass a{
	color:#FF6600;
	font-size:12px;
	line-height:30px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	border-color:#FF6600;
	font-weight:bold;}
	
	
.article_container {
	background: #fff;
	margin-bottom: 40px;
	margin-top: 21px
}
.article_container .article_position {
	line-height: 50px;
	overflow: hidden;
	padding: 0 30px;
	background: #f9f9f9;
	border-bottom: 1px solid #e8e6e6;
	margin-bottom: 50px
}
.article_container .article_position p {
	float: left;
	font-size: 14px;
	color: #000000
}
.article_container .article_position .btn_box {
	float: right;
	font-size: 14px;
	color: #000
}
.article_container .article_position .btn_box a {
	display: block;
	position: relative;
	float: left;
	padding-left: 24px;
	margin-left: 10px
}
.article_container .article_position .btn_box a:nth-child(1) {
	margin-left: 0
}
.article_container .article_position .btn_box a img {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}
.article_container .article {
	padding: 0 40px 45px
}
.article_container .article .title {
	text-align: center;
	font-size: 24px;
	font-weight: bold
}
.article_container .article .info {
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e6e6
}
.article_container .article .text {
	font-size: 14px;
	line-height: 36px
}
.article_container .article .article_link {
	margin-top: 25px;
	padding-top: 1px;
	border-top: 1px solid #e8e6e6
}
.article_container .article .article_link p {
	font-size: 14px;
	margin-top: 17px
}
@media (min-width: 992px) {
.nav li:hover>a {
	background: #940101
}
.nav li:hover .sub {
	opacity: 1;
	display: block;
	animation: moveup 0.5s;
	animation-fill-mode: forwards
}
.nav li.on>a {
	background: #940101
}
.m_nav, .pcshow {
	display: none !important
}
}
@media (max-width: 1199px) {
.main {
	width: 992px
}
.logo_con .logo {
	margin-top: 46px
}
.logo_con .search {
	margin-top: 80px
}
.head .nav li>a {
	font-size: 15px
}
}
@media (max-width: 991px) {
.head .nav {
	display: none
}

.tout { display:none; background:#f5f5f5 url(../img/tout2.png) 0 0 no-repeat; text-indent:0px; height:90px; white-space:break-word; line-height:90px; margin-top:20px; padding:0px 10px 10px 70px;font-size:28px;}
.black40 { font-size:28px;}
.logo_con .logo img {
	display: block;
	width: 250px
}
.logo_con .search {
	width: 320px;
	margin-top: 62px
}
.logo_con {
	padding-bottom: 25px
}
.m_txt {
	color: #fff;
	display: block;
	line-height: 40px;
	font-weight: bold;
}
.main {
	width: 768px
}
.header_out {
	position: relative;
	background: #bc0303
}
.page_head {
	background: rgba(255,255,255,0.7);
}
.header_out .head {
	height: 70px
}
.header_out .head .nav li>a {
	line-height: 1.6
}
html {
	position: relative;
	transition: all 0.3s;
	left: 0
}
.header_out {
	transition: all 0.3s;
	left: 0
}
.head .nav {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: block;
	width: 450px;
	position: fixed;
	z-index: 999;
	top: 0;
	overflow: hidden;
	z-index: 50;
	background: #bc0303;
	margin-left: 0;
	height: 100%;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	left: -450px;
	transition: all 0.3s
}
.head .nav.on {
	left: 0
}
.head .nav li {
	display: block;
	float: none;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding-right: 55px
}
.head .nav li>a {
	line-height: 1;
	padding: 14px 0;
	font-size: 13px
}
.head .nav li.has_sub::after {
	content: "";
	display: block;
	position: absolute;
	font-family: Arial;
	width: 40px;
	height: 100%;
	font-weight: lighter;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	right: 0;
	top: 0;
	background: url(../img/more.png) no-repeat center/20px 20px
}
.header_out .head {
	height: 40px
}
.header_out .head .nav li>a {
	line-height: 2;
	color: #fff
}
.nav_btn {
	display: block;
	width: 26px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	z-index: 999
}
.nav_btn span {
	display: block;
	transition: all 0.3s;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #fff;
	transition: all 0.3s
}
.nav_btn span:nth-of-type(1) {
	top: 0
}
.nav_btn span:nth-of-type(2) {
	top: 50%;
	margin-top: -0.5px
}
.nav_btn span:nth-of-type(3) {
	bottom: 0
}
.nav_btn.active span {
	background: #fff
}
.nav_btn.active span:nth-of-type(1) {
	top: 50%;
	transform: rotate(45deg)
}
.nav_btn.active span:nth-of-type(2) {
	opacity: 0
}
.nav_btn.active span:nth-of-type(3) {
	top: 50%;
	transform: rotate(-45deg)
}
.m_nav {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
	top: 0;
	left: 100%;
	background: #bc0303;
	transition: all 0.3s;
	padding: 150px 40px 0
}
.m_nav .close {
	display: block;
	width: 30px;
	height: 30px;
	top: 80px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	background: url(../img/close.png) no-repeat center/cover
}
.m_nav .con>a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px
}
.m_nav .sub a {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px
}
.m_nav.on {
	left: 0
}
.img_news .swiper-slide a {
	height: auto
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	margin-bottom: 20px
}
.img_nav {
	overflow: hidden
}
.img_nav dd {
	width: 50%;
	float: left;
	margin-top: 20px
}
.img_nav dd:nth-child(1) {
	padding-right: 10px
}
.img_nav dd:nth-child(2) {
	padding-left: 10px
}
.news_tab_b.news_tab_c .tab_in a {
	width: 18%;
	margin-bottom: 10px
}
.img_th .item {
	width: 33.33333%
}
.img_tw .item {
	width: 33.33333%
}
.img_tp .item {
	width: 33.33333%
}
.friendlink select {
	margin-left: 10px
}
footer .f_btn {
	position: relative;
	top: 0;
	right: 0
}
footer {
	padding-bottom: 30px
}
footer .txt {
	padding-bottom: 30px;
	padding-left: 95px
}
footer .txt img {
	left: 0
}
.head .nav li {
	width: 100%
}
.head .nav li.has_sub>a span::after {
	display: none
}
.head .nav li {
	text-align: left
}
.head .nav li>a {
	padding-left: 15px
}
.list_container .bg {
	display: none
}
.list_container .left_nav {
	width: 100%;
	background: #fff
}
.list_container .left_nav .tit {
	font-size: 16px;
	line-height: 40px
}
.list_container .left_nav ul a {
	font-size: 14px;
	line-height: 34px
}
.list_container .right_con {
	width: 100%;
	background: #fff;
	padding: 20px 10px;
	margin-top: 20px
}
.page .num {
	display: none
}
.page .num.on {
	display: inline-block
}
.page {
	text-align: center
}
.page span {
	margin-right: 0
}
}
@media (max-width: 767px) {
body {
	background: #ffffff url(../img/body_bg2.png) no-repeat center top
}

.tout { display:none; background:#f5f5f5 url(../img/tout1.png) 0 0 no-repeat; text-indent:0px; height:90px; line-height:25px; white-space:break-word; margin-top:20px; padding:10px 10px 10px 60px;font-size:18px;}
.black40 { font-size:20px;}
.head .nav {
	width: 250px
}
.header_out .head .nav li>a {
	line-height: 1.5
}
.head .nav {
	padding-right: 0;
	padding-left: 0
}
.head .nav li {
	margin-left: 0
}
.page_head .welcome {
	display: none
}
.page_head {
	margin-bottom: 30px
}
.logo_con .logo {
	width: 220px;
	margin: 0 auto;
	float: none
}
.logo_con .logo img {
	display: block;
	width: 100%
}
.logo_con .search {
	width: 320px;
	max-width: 96%;
	margin: 25px auto 0;
	float: none;
	height: 30px
}
.logo_con .search .submit {
	background-size: auto 60%
}
.index_container li {
	padding: 0
}
.index_container {
	padding-top: 10px;
	padding-bottom: 10px
}
.news_tab_a .tab_in a {
	font-size: 16px;
	margin-right: 15px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	margin-bottom: 15px
}

.news_dl dt .tt {
	font-size: 16px;
	display: block;
	height: auto;
	line-height: 1.6
}
.news_dl dt .des {
	display: block;
	height: auto
}
.news_dl dt .des a {
	display: inline-block
}
.people_box .tit {
	font-size: 15px;
	line-height: 40px
}
.banner {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px
}
.img_nav dd {
	margin-top: 10px
}
.r_link {
	padding: 0
}
.r_link2 {
	padding: 0
}
.index_daibiao {
	padding: 0
}
.paddingbox {
	padding: 0
}
.news_tab_b.news_tab_c .tab_in a {
	width: 30%;
	margin-right: 5%
}
.news_tab_b.news_tab_c .tab_in a:nth-child(3n) {
	margin-right: 0
}
.i_last_news .news_dl {
	width: 100%;
	padding-top: 0
}
.img_th .item {
	width: 50%;
	padding: 5px
}
.img_th {
	padding: 10px 0
}
.img_tw .item {
	width: 50%;
	padding: 5px
}
.img_tw {
	padding: 10px 0
}
.img_tp .item {
	width: 50%;
	padding: 5px
}
.img_tp {
	padding: 10px 0
}
.friendlink .tt {
	width: 100%
}
.friendlink select {
	width: 100%;
	margin-left: 0;
	margin-top: 10px
}
.friendlink .tt::after {
	display: none
}
footer .txt img {
	display:none;
}
footer .txt {
	padding-left: 10px;
	padding-top: 10px
}
footer .txt p {
	margin-bottom: 5px
}
.totop img {
	width: 36px
}
.totop {
	right: 5px
}
.list_container .right_con {
	margin-top:-10px;
}
.list_container .right_con .web_position .in {
	width: 100%;
	margin-bottom: 10px
}
.article_container .article_position {
	padding: 0 15px
}
.article_container .article_position .btn_box {
	display:none;
}
.article_container .article_position {
	line-height: 40px;
	margin-bottom: 20px
}
.article_container .article {
	padding: 0 15px 30px
}
.article_container .article .title {
	font-size: 18px
}
.page_head {
	display:none;
}
.logo_con {
	padding-top:30px;
}
.list_container .right_con .web_position .in {
	display:none;
}
.list_container .right_conn .web_position .in {
	display:none;
}
.list_container .right_conn {
	padding: 10px
}
.list_container .left_nav {
	display:none;
}
.list_container .bg_a {
	display:none;
}
.list_container .bg_b {
	display:none;
}
.zhenjie_box {
	margin-top:20px;
}
.daibiao_box .tit {
	line-height: 35px;
	font-size: 24px;
	font-weight:bold;
	padding: 15px;
	margin-top:30px;
	margin-bottom:10px;
	text-align:center;
}
.img_tp {
	margin-top:10px;
}
.img_tw {
	margin-top:10px;
}
.index_daibiao {
	margin-top:10px;
}
.index_daibiao .item {
	width: 100%;
	margin-bottom: 10px;
}
.index_zhenjie {
	margin-top:10px;
}
.index_zhenjie .item {
	width: 100%;
	margin-bottom: 10px;
}
.banner {
	display:none;
}
.article_container .article .text img {
	width:100%;
	height:auto !important;
	display:block;
	float:left;
}
}
